Inserts an element into the IndexedCollection<(Of <(<'T>)>)> at the specified ordinal position.

Namespace:  C1.LiveLinq.Collections
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
protected override void InsertItem(
	int ordinal,
	T item
)
Visual Basic
Protected Overrides Sub InsertItem ( _
	ordinal As Integer, _
	item As T _
)

Parameters

ordinal
Type: System..::..Int32
The zero-based ordinal at which the item must be inserted.
item
Type: T
The object to insert.

See Also